@charset "utf-8";
@import url(custom.css);

/* CSS Start */

/* Site Layout - Body Wrap */
body {
	position:relative;
    background-color: #FFF;
	font-size:12px;
	font-family:Arial, Apple Gothic, Dotum, Gulim;
	line-height:18px;
	color:#000;
	margin: 0px auto; 
	padding:0px;
}


#bodywrap {
	position:relative;
	width:1000px;
	height:100%;
	margin: 0 auto; 
}

/* Site Layout - Header */
#header { 
	position:relative; 
	width:1000px; 
	height:126px;
	padding:0px;
	z-index:50;
	margin: 0 auto;
}
.mainimg { 
	position:relative; 
	width:1000px;
	height:220px;
	padding:0;
	margin: 0 auto;
}

/* Site Layout - Content Body */
#contentbody { 
	position:relative; 
	width:1000px;
	overflow:hidden;
	padding:0;
	margin: 0 auto;
}


/* Site Layout - Column Center */

#content { 
	position:relative; 
	width:229px;
	height:100%;
	padding:0px;
	margin-top:3px;
	float:left;
	background:url('../images/smenu/ssmenu_bg.jpg') right top no-repeat;
    text-align:center;
}
#contentCenter { 
	position:relative; 
	width:771px;
	height:100%;
	padding:0px;
	margin-bottom:0px;
	float:right;
	padding-top:15px;
}
/* Site Layout - Content Footer */
#footer {	
	position:relative;
	margin: 0px auto;
	text-align:center;
	width:100%; 
	height:75px; 
	margin-top:15px;
	padding-top:50px;
	background:url('../images/common/bottom_bg.gif') repeat-x;
}

img{

 list-style-type: none;
 border: 0 none;
}


/* CSS End */

